Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update antd to the latest version 🚀 #43

Closed
wants to merge 1 commit into from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Dec 9, 2018

The dependency antd was updated from 3.10.9 to 3.11.1.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Release Notes for 3.11.1
  • 🐞 Fixed the issue where the Avatar icon could not be centered vertically. #13408
  • 🐞 Fixed the border problem of Button when setting the less variable @border-width-base to 1. #13413 @morenyang
  • 🐞 Fixed Commnet does not correctly display line breaks. #13429
  • 🐞 Fixed the issue that when the Alert is in closable, the icon will be covered by the text. #13440
  • Button
    • 🐞 Fixed the issue that when the href property is undefined, the Button will also be rendered as a anchor. #13337
    • 🐞 Fixed the issue that Edge throws an error when setting the loading property. #13216
  • Dropdown
    • 🐞 Fixed the issue that causes the icon in the Button to display smaller. #13442
    • 🐞 Fixed the gap between the drop-down menu and the trigger element causes the drop-down menu to close. #10481
  • Table
    • 🐞 Fixed the use of filter causes an inconsistency between selectedRowKeys and selectedRows in onChange. #11384
    • 💄 Optimize the display of the title when the mouse hovers over the sortable header. #13312
  • DatePicker
    • 🐞 Fixed the issue where the component lost focus after selecting the date. #12475
    • 🐞 Fixed the issue that cause Safari to unresponsive. #13424
    • 🐞 Fixed the issue where WeekPicker's date selection box was not aligned with the input box.
  • 🐞 Fixed the blur method of the Slider. #13439
  • 🐞 Fixed Cascader's i18n issues. #13486
  • 🐞 Fix some TypeScript definitions. #13390 #13488 #13420

  • 🐞 修复 Avatar 图标不能垂直居中的问题。#13408
  • 🐞 修复 Input 在设置 less 变量 @border-width-base1 时的边框问题。#13413 @morenyang
  • 🐞 修复 Commnet 组件不能正确显示换行的问题。#13429
  • 🐞 修复 Alert 在 closable 时,关闭图标会被文字遮挡的问题。#13440
  • Button
    • 🐞 修复 href 属性为 undefined 时,Button 也会被渲染为 a 标签的问题。#13337
    • 🐞 修复设置 loading 属性时在 Edge 下会报错的问题。#13216
  • Dropdown
    • 🐞 修复会导致 Button 中的图标显示变小的问题。#13442
    • 🐞 修复下拉菜单跟触发元素之间的孔隙会导致下拉菜单关闭的问题。#10481
  • Table
    • 🐞 修复使用 filter 会导致 onChangeselectedRowKeysselectedRows 不一致的问题。#11384
    • 💄 优化鼠标悬停在可排序的表头上时 title 的显示。#13312
  • DatePicker
    • 🐞 修复选择日期后,组件会失去焦点的问题。#12475
    • 🐞 修复会导致 Safari 假死的问题。#13424
    • 🐞 修复 WeekPicker 的日期选择框跟输入框不对齐的问题。
  • 🐞 修复 Slider 的 blur 方法。#13439
  • 🐞 修复 Cascader 的国际化问题。#13486
  • 🐞 修复一些组件 TypeScript 定义。#13390 #13488 #13420
Commits

The new version differs by 216 commits.

  • 56d94c3 Bump 3.11.1
  • abaf9f0 Add 3.11.1 changelog (#13524)
  • 12e41e4 Feat: Improve AutoComplete component item definition
  • 6830623 feat: 完善AutoComplete组件props定义
  • 71badaa Update faq.en-US.md
  • 2e42a30 Update faq.zh-CN.md
  • f011832 Merge pull request #13517 from hengkx/fix-13503
  • d3b828a fix Transfer operations doc
  • 50785f9 ✅ improve default locale implementation
  • a2a016d :globe: fix cascader locale, close #13486
  • 5666514 :lipstick: fix MenuItem code style
  • dca9715 support prettier
  • 16c3a94 :memo: improve locale doc, #13462
  • 210aab8 fix: add onClick prop
  • 32819df ✅ fix demo snapshot

There are 216 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Dec 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 10, 2018

  • The dependency antd was updated from 3.10.9 to 3.11.2.

Update to this version instead 🚀

Release Notes for 3.11.2
  • 🐞 Fixed Table Cannot read property 'children' of undefined error when customize column.title as ReactNode. #13542 @geraldchen890806
  • 🐞 Fixed another border problem of Button when customized less variable @border-width-base. #13534 @morenyang
  • 🐞 Fixed Upload don't support resolve Blob object when beforeUpload returns a Promise. #13528 @huanz
  • #13536
  • 🐞 Fixed two props of Dropdown TypeScript definitions. #13536 @wangxingkang

  • 🐞 修复 Table 使用自定义列头时报 Cannot read property 'children' of undefined 的问题。#13542 @geraldchen890806
  • 🐞 修复另一个 Input 在自定义了 less 变量 @border-width-base 时的边框问题。#13534 @morenyang
  • 🐞 修复 Upload 的 beforeUpload 方法返回 Promise 时不支持 resolve Blob 对象的问题。#13528 @huanz
  • #13536
  • 🐞 修复 Dropdown 两个属性的 TypeScript 定义。#13536 @wangxingkang
Commits

The new version differs by 9 commits.

  • ca56828 :ambulance: 3.11.2
  • 1e04007 fix getColumnTitle bug
  • 13593a9 feat: Improve Dropdown component item definition (#13536)
  • 77cd0c1 :up: upgrade typescript version
  • 5a1c906 :memo: Add issuehunt badge in README
  • 6b94bd0 Fix customize border-width problem in input group compact mode (#13534)
  • 8d2a42f :memo: fix outdated link
  • 4c6244b Outdated url to file input accept prop (#13531)
  • 814980d fix: upload blob preview && upload beforeUpload doc (#13528)

See the full diff

@dnlkoch
Copy link
Contributor

dnlkoch commented Dec 11, 2018

Closed in favour of #45.

@dnlkoch dnlkoch closed this Dec 11, 2018
@dnlkoch dnlkoch deleted the greenkeeper/antd-3.11.1 branch December 11, 2018 10:36
github-actions bot pushed a commit that referenced this pull request Jun 21, 2024
## 1.0.0-next.1 (2024-06-21)

### ⚠ BREAKING CHANGES

* Uses the next major version of GeoStyler and the
related parser packages etc. If you want to include your custom
parser here, you'll probably have to depend on the next major
versions of all geostyler packages involved (ideally using an esm
build).
* the output files will be different

### Features

* switch between split, code, map and legend view with a group button instead of a accordion ([ced0095](ced0095))
* switch to vite for build ([9d5499b](9d5499b))
* update geostyler & prepare for next release ([3430959](3430959))
* update to geostyler v13 ([a8ea720](a8ea720))

### Bug Fixes

* add missing SLDRenderer config to context ([8b7542a](8b7542a))
* add semantic release & commitlint dev packages ([0790220](0790220))
* clone style where needed ([20c612d](20c612d))
* **deps:** update dependency geostyler to v13.1.1 ([54cebad](54cebad))
* **deps:** update dependency geostyler-wfs-parser to v2.0.3 ([40e07b7](40e07b7))
* fix link to geostyler release in footer ([9e7f163](9e7f163))
* **package:** update @types/jest to version 23.3.10 ([36c2835](36c2835))
* **package:** update @types/jest to version 23.3.11 ([3b75440](3b75440))
* **package:** update @types/jest to version 24.0.0 ([439fbaf](439fbaf)), closes [#77](#77)
* **package:** update @types/node to version 10.12.10 ([e40318a](e40318a))
* **package:** update @types/node to version 10.12.11 ([d6c6143](d6c6143))
* **package:** update @types/node to version 10.12.12 ([4208522](4208522))
* **package:** update @types/node to version 10.12.14 ([dc6bb67](dc6bb67)), closes [#47](#47)
* **package:** update @types/node to version 10.12.15 ([31bbb99](31bbb99))
* **package:** update @types/node to version 10.12.18 ([7680ec6](7680ec6))
* **package:** update @types/node to version 10.12.19 ([038cb6b](038cb6b))
* **package:** update @types/node to version 10.12.20 ([f1f32e4](f1f32e4))
* **package:** update @types/node to version 10.12.21 ([336d32a](336d32a))
* **package:** update @types/node to version 10.12.8 ([d03cd7c](d03cd7c))
* **package:** update @types/node to version 10.12.9 ([600fc48](600fc48))
* **package:** update @types/react to version 16.7.17 ([95297ee](95297ee)), closes [#46](#46)
* **package:** update @types/react to version 16.7.8 ([19f5e63](19f5e63)), closes [#14](#14)
* **package:** update @types/react to version 16.8.6 ([b98a4bc](b98a4bc))
* **package:** update @types/react to version 16.8.7 ([f12ce98](f12ce98))
* **package:** update @types/react to version 16.8.8 ([f775c44](f775c44))
* **package:** update @types/react-dom to version 16.0.10 ([15bfa01](15bfa01))
* **package:** update @types/react-dom to version 16.0.11 ([63674d0](63674d0))
* **package:** update @types/react-dom to version 16.8.3 ([7298ed4](7298ed4))
* **package:** update @types/react-dom to version 16.8.4 ([25a7aef](25a7aef))
* **package:** update antd to version 3.10.8 ([0364f80](0364f80))
* **package:** update antd to version 3.10.9 ([db9abde](db9abde))
* **package:** update antd to version 3.11.2 ([4db8430](4db8430)), closes [#43](#43)
* **package:** update antd to version 3.12.3 ([5f460ae](5f460ae)), closes [#65](#65)
* **package:** update antd to version 3.14.0 ([be545d3](be545d3))
* **package:** update antd to version 3.14.1 ([41016b4](41016b4))
* **package:** update antd to version 3.15.0 ([82dc29d](82dc29d))
* **package:** update antd to version 3.15.1 ([06cedae](06cedae))
* **package:** update antd to version 3.15.2 ([cca4419](cca4419))
* **package:** update antd to version 3.18.2 ([2021045](2021045))
* **package:** update antd to version 3.19.1 ([dde63f3](dde63f3)), closes [#123](#123)
* **package:** update antd to version 3.19.2 ([38e8c99](38e8c99))
* **package:** update antd to version 3.19.3 ([3eca315](3eca315))
* **package:** update antd to version 3.19.5 ([f638bc9](f638bc9)), closes [#129](#129)
* **package:** update antd to version 3.19.6 ([6e0b7ac](6e0b7ac))
* **package:** update antd to version 3.19.8 ([ab7b399](ab7b399)), closes [#132](#132)
* **package:** update antd to version 3.20.0 ([5a78a2c](5a78a2c))
* **package:** update antd to version 3.20.1 ([3d3f67e](3d3f67e))
* **package:** update geostyler to version 0.19.0 ([73d9c2a](73d9c2a))
* **package:** update geostyler to version 0.21.0 ([098f252](098f252))
* **package:** update geostyler to version 0.22.1 ([3aafc47](3aafc47)), closes [#21](#21)
* **package:** update geostyler to version 0.23.0 ([35703b9](35703b9))
* **package:** update geostyler to version 0.24.0 ([8d5cb8a](8d5cb8a))
* **package:** update geostyler to version 0.26.0 ([bc518fe](bc518fe))
* **package:** update geostyler to version 0.27.1 ([5fbd4c5](5fbd4c5)), closes [#51](#51)
* **package:** update geostyler to version 3.2.0 ([d8904e0](d8904e0))
* **package:** update geostyler-geojson-parser to version 0.4.6 ([a96683f](a96683f))
* **package:** update geostyler-geojson-parser to version 1.0.0 ([f9a52dc](f9a52dc))
* **package:** update geostyler-sld-parser to version 0.17.3 ([44ce4fd](44ce4fd))
* **package:** update geostyler-sld-parser to version 0.18.0 ([3b6db4c](3b6db4c)), closes [#20](#20)
* **package:** update geostyler-sld-parser to version 0.18.1 ([6806b50](6806b50))
* **package:** update geostyler-sld-parser to version 1.3.0 ([9f58595](9f58595))
* **package:** update geostyler-sld-parser to version 2.0.0 ([276912a](276912a))
* **package:** update geostyler-style to version 0.14.3 ([7f6c43f](7f6c43f))
* **package:** update geostyler-style to version 1.2.0 ([3ab0a36](3ab0a36))
* **package:** update geostyler-style to version 1.2.1 ([487b2e1](487b2e1))
* **package:** update geostyler-style to version 2.0.0 ([edbf210](edbf210))
* **package:** update geostyler-wfs-parser to version 1.0.0 ([f9f5694](f9f5694))
* **package:** update ol to version 5.3.1 ([5cdb52f](5cdb52f))
* **package:** update ol to version 5.3.2 ([c0653e4](c0653e4))
* **package:** update ol to version 5.3.3 ([276e158](276e158))
* **package:** update react to version 16.7.0 ([9f8e367](9f8e367))
* **package:** update react to version 16.8.1 ([b17ae69](b17ae69)), closes [#79](#79)
* **package:** update react to version 16.8.2 ([1278653](1278653))
* **package:** update react to version 16.8.3 ([6c0ce4d](6c0ce4d))
* **package:** update react to version 16.8.4 ([39a4f28](39a4f28))
* **package:** update react to version 16.8.5 ([abcbb52](abcbb52))
* **package:** update react-dom to version 16.7.0 ([8e7b848](8e7b848))
* **package:** update react-dom to version 16.8.1 ([5166066](5166066)), closes [#79](#79)
* **package:** update react-dom to version 16.8.2 ([8a51684](8a51684))
* **package:** update react-dom to version 16.8.3 ([a4105a9](a4105a9))
* **package:** update react-dom to version 16.8.4 ([6ccba3b](6ccba3b))
* **package:** update react-dom to version 16.8.5 ([69107c6](69107c6))
* **package:** update react-scripts to version 2.1.2 ([7cf453c](7cf453c))
@jansule
Copy link
Contributor

jansule commented Jun 21, 2024

🎉 This issue has been resolved in version 1.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this pull request Jul 4, 2024
## 1.0.0 (2024-07-04)

### ⚠ BREAKING CHANGES

* Uses the next major version of GeoStyler and the
related parser packages etc. If you want to include your custom
parser here, you'll probably have to depend on the next major
versions of all geostyler packages involved (ideally using an esm
build).
* the output files will be different

### Features

* switch between split, code, map and legend view with a group button instead of a accordion ([ced0095](ced0095))
* switch to vite for build ([9d5499b](9d5499b))
* update geostyler & prepare for next release ([3430959](3430959))
* update to geostyler v13 ([a8ea720](a8ea720))

### Bug Fixes

* add missing SLDRenderer config to context ([8b7542a](8b7542a))
* add semantic release & commitlint dev packages ([0790220](0790220))
* clone style where needed ([20c612d](20c612d))
* **deps:** update dependency geostyler to v13.1.1 ([54cebad](54cebad))
* **deps:** update dependency geostyler-wfs-parser to v2.0.3 ([40e07b7](40e07b7))
* fix link to geostyler release in footer ([9e7f163](9e7f163))
* **package:** update @types/jest to version 23.3.10 ([36c2835](36c2835))
* **package:** update @types/jest to version 23.3.11 ([3b75440](3b75440))
* **package:** update @types/jest to version 24.0.0 ([439fbaf](439fbaf)), closes [#77](#77)
* **package:** update @types/node to version 10.12.10 ([e40318a](e40318a))
* **package:** update @types/node to version 10.12.11 ([d6c6143](d6c6143))
* **package:** update @types/node to version 10.12.12 ([4208522](4208522))
* **package:** update @types/node to version 10.12.14 ([dc6bb67](dc6bb67)), closes [#47](#47)
* **package:** update @types/node to version 10.12.15 ([31bbb99](31bbb99))
* **package:** update @types/node to version 10.12.18 ([7680ec6](7680ec6))
* **package:** update @types/node to version 10.12.19 ([038cb6b](038cb6b))
* **package:** update @types/node to version 10.12.20 ([f1f32e4](f1f32e4))
* **package:** update @types/node to version 10.12.21 ([336d32a](336d32a))
* **package:** update @types/node to version 10.12.8 ([d03cd7c](d03cd7c))
* **package:** update @types/node to version 10.12.9 ([600fc48](600fc48))
* **package:** update @types/react to version 16.7.17 ([95297ee](95297ee)), closes [#46](#46)
* **package:** update @types/react to version 16.7.8 ([19f5e63](19f5e63)), closes [#14](#14)
* **package:** update @types/react to version 16.8.6 ([b98a4bc](b98a4bc))
* **package:** update @types/react to version 16.8.7 ([f12ce98](f12ce98))
* **package:** update @types/react to version 16.8.8 ([f775c44](f775c44))
* **package:** update @types/react-dom to version 16.0.10 ([15bfa01](15bfa01))
* **package:** update @types/react-dom to version 16.0.11 ([63674d0](63674d0))
* **package:** update @types/react-dom to version 16.8.3 ([7298ed4](7298ed4))
* **package:** update @types/react-dom to version 16.8.4 ([25a7aef](25a7aef))
* **package:** update antd to version 3.10.8 ([0364f80](0364f80))
* **package:** update antd to version 3.10.9 ([db9abde](db9abde))
* **package:** update antd to version 3.11.2 ([4db8430](4db8430)), closes [#43](#43)
* **package:** update antd to version 3.12.3 ([5f460ae](5f460ae)), closes [#65](#65)
* **package:** update antd to version 3.14.0 ([be545d3](be545d3))
* **package:** update antd to version 3.14.1 ([41016b4](41016b4))
* **package:** update antd to version 3.15.0 ([82dc29d](82dc29d))
* **package:** update antd to version 3.15.1 ([06cedae](06cedae))
* **package:** update antd to version 3.15.2 ([cca4419](cca4419))
* **package:** update antd to version 3.18.2 ([2021045](2021045))
* **package:** update antd to version 3.19.1 ([dde63f3](dde63f3)), closes [#123](#123)
* **package:** update antd to version 3.19.2 ([38e8c99](38e8c99))
* **package:** update antd to version 3.19.3 ([3eca315](3eca315))
* **package:** update antd to version 3.19.5 ([f638bc9](f638bc9)), closes [#129](#129)
* **package:** update antd to version 3.19.6 ([6e0b7ac](6e0b7ac))
* **package:** update antd to version 3.19.8 ([ab7b399](ab7b399)), closes [#132](#132)
* **package:** update antd to version 3.20.0 ([5a78a2c](5a78a2c))
* **package:** update antd to version 3.20.1 ([3d3f67e](3d3f67e))
* **package:** update geostyler to version 0.19.0 ([73d9c2a](73d9c2a))
* **package:** update geostyler to version 0.21.0 ([098f252](098f252))
* **package:** update geostyler to version 0.22.1 ([3aafc47](3aafc47)), closes [#21](#21)
* **package:** update geostyler to version 0.23.0 ([35703b9](35703b9))
* **package:** update geostyler to version 0.24.0 ([8d5cb8a](8d5cb8a))
* **package:** update geostyler to version 0.26.0 ([bc518fe](bc518fe))
* **package:** update geostyler to version 0.27.1 ([5fbd4c5](5fbd4c5)), closes [#51](#51)
* **package:** update geostyler to version 3.2.0 ([d8904e0](d8904e0))
* **package:** update geostyler-geojson-parser to version 0.4.6 ([a96683f](a96683f))
* **package:** update geostyler-geojson-parser to version 1.0.0 ([f9a52dc](f9a52dc))
* **package:** update geostyler-sld-parser to version 0.17.3 ([44ce4fd](44ce4fd))
* **package:** update geostyler-sld-parser to version 0.18.0 ([3b6db4c](3b6db4c)), closes [#20](#20)
* **package:** update geostyler-sld-parser to version 0.18.1 ([6806b50](6806b50))
* **package:** update geostyler-sld-parser to version 1.3.0 ([9f58595](9f58595))
* **package:** update geostyler-sld-parser to version 2.0.0 ([276912a](276912a))
* **package:** update geostyler-style to version 0.14.3 ([7f6c43f](7f6c43f))
* **package:** update geostyler-style to version 1.2.0 ([3ab0a36](3ab0a36))
* **package:** update geostyler-style to version 1.2.1 ([487b2e1](487b2e1))
* **package:** update geostyler-style to version 2.0.0 ([edbf210](edbf210))
* **package:** update geostyler-wfs-parser to version 1.0.0 ([f9f5694](f9f5694))
* **package:** update ol to version 5.3.1 ([5cdb52f](5cdb52f))
* **package:** update ol to version 5.3.2 ([c0653e4](c0653e4))
* **package:** update ol to version 5.3.3 ([276e158](276e158))
* **package:** update react to version 16.7.0 ([9f8e367](9f8e367))
* **package:** update react to version 16.8.1 ([b17ae69](b17ae69)), closes [#79](#79)
* **package:** update react to version 16.8.2 ([1278653](1278653))
* **package:** update react to version 16.8.3 ([6c0ce4d](6c0ce4d))
* **package:** update react to version 16.8.4 ([39a4f28](39a4f28))
* **package:** update react to version 16.8.5 ([abcbb52](abcbb52))
* **package:** update react-dom to version 16.7.0 ([8e7b848](8e7b848))
* **package:** update react-dom to version 16.8.1 ([5166066](5166066)), closes [#79](#79)
* **package:** update react-dom to version 16.8.2 ([8a51684](8a51684))
* **package:** update react-dom to version 16.8.3 ([a4105a9](a4105a9))
* **package:** update react-dom to version 16.8.4 ([6ccba3b](6ccba3b))
* **package:** update react-dom to version 16.8.5 ([69107c6](69107c6))
* **package:** update react-scripts to version 2.1.2 ([7cf453c](7cf453c))
* update geostyler & related dependencies ([adfc2d5](adfc2d5))
@jansule
Copy link
Contributor

jansule commented Jul 4, 2024

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants